xen.git
2005-11-21 emellor@leeni... Added reset method to Opts so that create.parseCommandL...
2005-11-21 emellor@leeni... Remove whole piles of cruft from the connection layer...
2005-11-21 emellor@leeni... Added method so that SrvDaemon can be run in the foregr...
2005-11-21 emellor@leeni... Fix typo, and failure to unpack singleton tuple correctly.
2005-11-21 emellor@leeni... Added unit test for the DevController subclasses.
2005-11-21 emellor@leeni... Change the module registration declarations and change...
2005-11-21 emellor@leeni... Remove all unnecessary uses of keyword arguments, to...
2005-11-19 kaf24@firebug... The patch allows one to configure NR_CPUS >8 (16 by...
2005-11-19 kaf24@firebug... Enable the Xen hypervisor ACM security policy to be...
2005-11-19 kaf24@firebug... This patch is to fix a few performance "bugs" in the...
2005-11-19 kaf24@firebug... Fix shadow log-dirty mode for x86_64 xenlinux. Tested
2005-11-19 cl349@firebug... Revert 04a7decd0645b23f1f398340e927eb191f0e754d since...
2005-11-19 cl349@firebug... Move tpmfe.h file next to other xen specific header...
2005-11-19 cl349@firebug... Fix support for sxp domain configuration files.
2005-11-18 smh22@firebug... Only resume xenbus /after/ we've prepared our VCPUs...
2005-11-18 kaf24@firebug... Do not allow an uninitialised VCPU to be brought up...
2005-11-18 kaf24@firebug... The xentrace_format script doesn't work on x86/64....
2005-11-18 kaf24@firebug... make_page_readonly() must flush unused kmaps when handling
2005-11-18 kaf24@firebug... Improve make_page_readonly and make_page_writable:
2005-11-18 kaf24@firebug... Simplify arbitrary_virt_to_phys, and fix the x86/64...
2005-11-18 emellor@leeni... Merged.
2005-11-18 emellor@leeni... Remove one further reference to network_limit_help...
2005-11-18 emellor@leeni... Merged.
2005-11-18 emellor@leeni... Remove barbaric abuse of goto out of one nested block...
2005-11-18 emellor@leeni... Merged.
2005-11-18 emellor@leeni... From Ken Grant: Add per command help / make help match...
2005-11-18 kaf24@firebug... Disable live relocation for PAE and x86/64. Currently...
2005-11-18 kaf24@firebug... Remove conditionally-compiled code for Linux 2.4.
2005-11-18 dan@guaranine... Make test 15_create_smallmem pass mem=16M on the kernel...
2005-11-18 dan@guaranine... Added a test to verify that devices come and go from...
2005-11-18 sean@dague.netupdates to xmdomain.cfg.5 man page to document most...
2005-11-18 dan@localhost... Add hping to the ramdisk. Also, do some very simple...
2005-11-18 sean@dague.nettrivial add to .hgignore to ignore all the pulled conte...
2005-11-18 sean@dague.netadded block device content, including finding a few...
2005-11-18 kaf24@firebug... Set up fully-virtualised RTC time zone default to local
2005-11-17 emellor@leeni... Initialise the request ID in xs_talkv, to silence valgr...
2005-11-17 emellor@leeni... Initialise the request ID in xs_talkv, to silence valgr...
2005-11-17 emellor@leeni... Simplify the logic of each of the functions here, remov...
2005-11-17 smh22@firebug... Fix race in blkfront resume path (watch thread could...
2005-11-17 jrb44@plym... Fix x86-64 build.
2005-11-17 kaf24@firebug... merge
2005-11-17 kaf24@firebug... Fix event_pending() macro to match the assembly-language
2005-11-17 emellor@leeni... Merged.
2005-11-17 emellor@leeni... Correct buffer->size at the same time as buffer->capaci...
2005-11-17 kaf24@firebug... The perdomain mapping area in Xen space requires more...
2005-11-17 emellor@leeni... Merged.
2005-11-17 emellor@leeni... Documentation: remove Twisted Matrix pre-req
2005-11-17 dan@guaranine... Updates to the xm-test README file.
2005-11-17 emellor@leeni... This patch explains network-* options in xm.1, includin...
2005-11-17 dan@guaranine... Update 01_pause_basic test for new console behavior.
2005-11-17 dan@guaranine... Make test 04_memset detect bug #380 and restart the...
2005-11-17 emellor@leeni... Here's the patch for making the otherend_changed entrypoint
2005-11-17 kaf24@firebug... Fix IOCTL_PRIVCMD_GET_MACH2PHYS_MFNS to work properly for
2005-11-17 smh22@firebug... Fix pinning logic on restore.
2005-11-16 emellor@leeni... Merged.
2005-11-16 dan@guaranine... Test for creating a domain with too little memory.
2005-11-16 dan@guaranine... Make 01_reboot test more robust.
2005-11-16 smh22@firebug... One more try...
2005-11-16 smh22@firebug... Fix annoying error introduced during cleanup. Oops.
2005-11-16 smh22@tempest... Trivial fixes for 64bit and xend.
2005-11-16 smh22@firebug... Many fixes for save/restore and related areas for PAE...
2005-11-16 emellor@leeni... Merged.
2005-11-16 emellor@leeni... Watch for changes in the /vm section of the store,...
2005-11-16 emellor@leeni... Added an unwatch method, so that XendDomainInfo can...
2005-11-16 emellor@leeni... Move the registration of the @releaseDomain watch so...
2005-11-16 emellor@leeni... Downgrade the failure to change the iptables settings...
2005-11-16 emellor@leeni... Merged.
2005-11-16 jmb@artemis... Dom0 might not be called Domain-0, so ask for the name...
2005-11-16 kaf24@firebug... Rename XENVER_parameters to slightly more informative
2005-11-16 emellor@leeni... Merged.
2005-11-16 emellor@leeni... Review checks for Error string when checking that bad...
2005-11-16 kaf24@firebug... Fix up start_info_t magic string to match the format of
2005-11-16 kaf24@firebug... This fixes the following scenerio:
2005-11-16 kaf24@firebug... Change ISA_IO_BASE to fix_to_virt(FIX_ISAMAP_BEGIN...
2005-11-16 kaf24@firebug... Remove unnecessary cast of kmalloc() result.
2005-11-16 kaf24@firebug... Add definitions of some swiotlb symbols to pci-dma.c.
2005-11-16 kaf24@firebug... /dev/mem write function should use copy_from_user,...
2005-11-16 kaf24@firebug... merge.
2005-11-16 kaf24@firebug... Correctly export xencons functions to avoid ugly 'extern'
2005-11-16 emellor@leeni... Merged.
2005-11-16 emellor@leeni... The following patch removes every (hopefully) reference...
2005-11-16 kaf24@firebug... Fix function that shouldn't be globally defined.
2005-11-16 kaf24@firebug... Trivial coding style fix.
2005-11-16 kaf24@firebug... Add function declarations, and ensure we prevent mismatch
2005-11-16 kaf24@firebug... Replace 0 with NULL when assigning pointer fields/param...
2005-11-15 kaf24@firebug... Fix 64-bit build that I broke by making acpi table...
2005-11-15 emellor@leeni... Make watchStart and watchMain global functions rather...
2005-11-15 emellor@leeni... Merged.
2005-11-15 emellor@leeni... Have a watch callback return 0 or 1 depending upon...
2005-11-15 emellor@leeni... Remove the handling of TypeError inside gather. It...
2005-11-15 kaf24@firebug... Ensure we initialise the cpu_present_map before
2005-11-15 emellor@leeni... This patch fixes dom0 SMP vcpu hotplug. Currently...
2005-11-15 emellor@leeni... This patch fixes a number of vcpu related issues.
2005-11-15 emellor@leeni... Merged.
2005-11-15 emellor@leeni... Fix race between xspy_read_watch and xspy_watch, by...
2005-11-15 kaf24@firebug... acpi change is Xen/x86 specific, so make it dependent on
2005-11-15 kaf24@firebug... Upgrade Xen's msr.h to include definitions from Linux...
2005-11-15 emellor@leeni... Merged.
2005-11-15 danms@us.ibm.comReduce the time required to start xm-test domains by...
2005-11-15 emellor@leeni... Have the vif scripts expect the offline event, not...
next